home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00152_Script_152
< prev
next >
Wrap
Text File
|
2001-12-07
|
282b
|
14 lines
property cuepoint
global wfullscreen
on exitFrame me
cuepoint = ispastcuepoint(sprite 7, 1)
if cuepoint = TRUE then
wfullscreen = 1
go to the frame + 1
end if
set the width of sprite(7) = 800
set the height of sprite(7) = 600
go to the frame
end